home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / hottest_looks_for_girls_summer_game.swf / scripts / DefineButton2_218 / BUTTONCONDACTION on(press)_2.as next >
Text File  |  2008-11-12  |  120b  |  8 lines

  1. on(press){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.       this.startDrag();
  6.    }
  7. }
  8.